projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5498a6
)
; Use /usr/bin/find in gitlab-ci.yml
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 28 Nov 2021 16:05:32 +0000
(17:05 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 28 Nov 2021 16:05:32 +0000
(17:05 +0100)
test/infra/gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/test/infra/gitlab-ci.yml
b/test/infra/gitlab-ci.yml
index d12876e7727f8224fce6ce6311e9846b7ee6226c..4b97f5f0a840f8f65eb1efd29023377702c42eaf 100644
(file)
--- a/
test/infra/gitlab-ci.yml
+++ b/
test/infra/gitlab-ci.yml
@@
-93,8
+93,8
@@
default:
# Prepare test artifacts.
- test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name}
- test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name}
- - find ${test_name} ! -name "*.log" -type f -delete
- - find ${test_name} -empty -type d -delete
+ -
/usr/bin/
find ${test_name} ! -name "*.log" -type f -delete
+ -
/usr/bin/
find ${test_name} -empty -type d -delete
.build-template:
needs: []